added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / SpellChecker / SpellChecker_VisualBasic / obj / Release / Window1.g.i.vb
blobcfc1469613c25b0d95ebe1c18af54a06824ab49f
1 #ExternalChecksum("..\..\Window1.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","1C3EEC399BA8BAB3E1931983098E9E84")
2 '------------------------------------------------------------------------------
3 ' <auto-generated>
4 ' This code was generated by a tool.
5 ' Runtime Version:4.0.30319.17020
7 ' Changes to this file may cause incorrect behavior and will be lost if
8 ' the code is regenerated.
9 ' </auto-generated>
10 '------------------------------------------------------------------------------
12 Option Strict Off
13 Option Explicit On
15 Imports System
16 Imports System.Diagnostics
17 Imports System.Windows
18 Imports System.Windows.Automation
19 Imports System.Windows.Controls
20 Imports System.Windows.Controls.Primitives
21 Imports System.Windows.Data
22 Imports System.Windows.Documents
23 Imports System.Windows.Ink
24 Imports System.Windows.Input
25 Imports System.Windows.Markup
26 Imports System.Windows.Media
27 Imports System.Windows.Media.Animation
28 Imports System.Windows.Media.Effects
29 Imports System.Windows.Media.Imaging
30 Imports System.Windows.Media.Media3D
31 Imports System.Windows.Media.TextFormatting
32 Imports System.Windows.Navigation
33 Imports System.Windows.Shapes
34 Imports System.Windows.Shell
36 Namespace SpellChecker
38 '''<summary>
39 '''Window1
40 '''</summary>
41 <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
42 Partial Public Class Window1
43 Inherits System.Windows.Window
44 Implements System.Windows.Markup.IComponentConnector
47 #ExternalSource("..\..\Window1.xaml",6)
48 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
49 Friend WithEvents listBox1 As System.Windows.Controls.ListBox
51 #End ExternalSource
54 #ExternalSource("..\..\Window1.xaml",7)
55 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
56 Friend WithEvents txtInput As System.Windows.Controls.TextBox
58 #End ExternalSource
61 #ExternalSource("..\..\Window1.xaml",8)
62 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
63 Friend WithEvents lblTime As System.Windows.Controls.Label
65 #End ExternalSource
68 #ExternalSource("..\..\Window1.xaml",9)
69 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
70 Friend WithEvents chkParallel As System.Windows.Controls.CheckBox
72 #End ExternalSource
75 #ExternalSource("..\..\Window1.xaml",10)
76 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
77 Friend WithEvents btnLoad As System.Windows.Controls.Button
79 #End ExternalSource
81 Private _contentLoaded As Boolean
83 '''<summary>
84 '''InitializeComponent
85 '''</summary>
86 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
87 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
88 Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
89 If _contentLoaded Then
90 Return
91 End If
92 _contentLoaded = true
93 Dim resourceLocater As System.Uri = New System.Uri("/SpellChecker;component/window1.xaml", System.UriKind.Relative)
95 #ExternalSource("..\..\Window1.xaml",1)
96 System.Windows.Application.LoadComponent(Me, resourceLocater)
98 #End ExternalSource
99 End Sub
101 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
102 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
103 System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
104 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
105 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
106 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
107 Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
108 If (connectionId = 1) Then
109 Me.listBox1 = CType(target,System.Windows.Controls.ListBox)
110 Return
111 End If
112 If (connectionId = 2) Then
113 Me.txtInput = CType(target,System.Windows.Controls.TextBox)
115 #ExternalSource("..\..\Window1.xaml",7)
116 AddHandler Me.txtInput.TextChanged, New System.Windows.Controls.TextChangedEventHandler(AddressOf Me.txtInput_TextChanged)
118 #End ExternalSource
119 Return
120 End If
121 If (connectionId = 3) Then
122 Me.lblTime = CType(target,System.Windows.Controls.Label)
123 Return
124 End If
125 If (connectionId = 4) Then
126 Me.chkParallel = CType(target,System.Windows.Controls.CheckBox)
128 #ExternalSource("..\..\Window1.xaml",9)
129 AddHandler Me.chkParallel.Checked, New System.Windows.RoutedEventHandler(AddressOf Me.chkParallel_CheckedChanged)
131 #End ExternalSource
133 #ExternalSource("..\..\Window1.xaml",9)
134 AddHandler Me.chkParallel.Unchecked, New System.Windows.RoutedEventHandler(AddressOf Me.chkParallel_CheckedChanged)
136 #End ExternalSource
137 Return
138 End If
139 If (connectionId = 5) Then
140 Me.btnLoad = CType(target,System.Windows.Controls.Button)
142 #ExternalSource("..\..\Window1.xaml",10)
143 AddHandler Me.btnLoad.Click, New System.Windows.RoutedEventHandler(AddressOf Me.btnLoad_Click)
145 #End ExternalSource
146 Return
147 End If
148 Me._contentLoaded = true
149 End Sub
150 End Class
151 End Namespace